/* 文字版Start */
.news-textVersion-list-info-box{
    font-size: 0;
    border-bottom:1px solid #222;
}
.news-textVersion-info{
    display:block;
    border-top:1px solid #222;
    padding: 20px 0;
    transition: all .3s linear;
}
.news-textVersion-info:hover{
    background-color:#ffd200;
}
.news-textVersion-info:hover .news-textVersion-info-date,
.news-textVersion-info:hover .news-textVersion-info-title,
.news-textVersion-info:hover .news-textVersion-info-arrow{
    color:#000;
}
.news-textVersion-info-date,
.news-textVersion-info-title,
.news-textVersion-info-arrow{
    display: inline-block;
    vertical-align: middle;
    transition: all .3s linear;
}
.news-textVersion-info-date{
    font-size: 18px;
    width: 190px;
    max-width: 100%;
    font-family: "Noto Sans TC";
    color:#ccc;
    letter-spacing:0.06em;
    margin-left: 10px;
}
.news-textVersion-info-title{
    font-size: 18px;
    width: calc( 100% - 225px );
    max-width: 100%;
    font-family: "Noto Sans TC";
    letter-spacing:0.06em;
}
.news-textVersion-info-arrow{
    font-size: 14px;
    width: 25px;
    max-width: 100%;
    font-family: "Noto Sans TC";
    color: #ffd200;
}
.news-textVersion-info-more{
    display: block;
    margin-top:25px;
    text-align: right;
    letter-spacing:0.06em;
    color: #ffd200;
    font-family: "Noto Sans TC";
    font-weight: bold;
}
/* 文字版End */